home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / AppsToGo / AppsToGo.src / AppsToGo.Changes / DTS.Draw / File.c.df < prev    next >
Encoding:
Text File  |  1993-06-18  |  3.3 KB  |  71 lines  |  [TEXT/MPS ]

  1. File #1: b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:File.c
  2. File #2: a:Desktop Folder:AppsToGo.src:DTS.Draw:File.c
  3.  
  4. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:File.c"; Line 7; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:File.c"; Line 7)
  5. ** Copyright © 1990-1992 Apple Computer, Inc.
  6.  
  7. ** Copyright © 1990-1993 Apple Computer, Inc.
  8.  
  9.  
  10. Extra lines in 2nd before 11 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:File.c"; Line Δ11; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:File.c"; Line 11:18)
  11. /* You may incorporate this sample code into your applications without
  12. ** restriction, though the sample code has been provided "AS IS" and the
  13. ** responsibility for its operation is 100% yours.  However, what you are
  14. ** not permitted to do is to redistribute the source as "DSC Sample Code"
  15. ** after having made changes. If you're going to re-distribute the source,
  16. ** we require that you make it clear in the source that the code was
  17. ** descended from Apple Sample Code, but that you've made changes. */
  18.  
  19.  
  20.  
  21. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:File.c"; Line 90:98; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:File.c"; Line 98:106)
  22. /* 20 */                                         nil,        /* Reserve space for other   */
  23. /* 21 */                                         nil,        /* objects that may be added */
  24. /* 22 */                                         nil,        /* to the tool palette.      */
  25. /* 23 */                                         nil,        /* The group object is never */
  26. /* 24 */                                         nil,        /* going to be in the tool   */
  27. /* 25 */                                         nil,        /* palette, so put it far    */
  28. /* 26 */                                         nil,        /* enough away to leave room */
  29. /* 27 */                                         nil,        /* for other objects.        */
  30. /* 28 */                                         nil,
  31.  
  32. /* 20 */                                         TLineObj,
  33. /* 21 */                                         nil,        /* Reserve space for other   */
  34. /* 22 */                                         nil,        /* objects that may be added */
  35. /* 23 */                                         nil,        /* to the tool palette.      */
  36. /* 24 */                                         nil,        /* The group object is never */
  37. /* 25 */                                         nil,        /* going to be in the tool   */
  38. /* 26 */                                         nil,        /* palette, so put it far    */
  39. /* 27 */                                         nil,        /* enough away to leave room */
  40. /* 28 */                                         nil,        /* for other objects.        */
  41.  
  42.  
  43. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:File.c"; Line 135; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:File.c"; Line 143:144)
  44. /* 65 */                                         TGroupObj};
  45.  
  46. /* 65 */                                         TGroupObj,
  47. /* 66 */                                         TExtSelectObj};
  48.  
  49.  
  50. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:File.c"; Line 162; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:File.c"; Line 171)
  51. /* 20 */                                         0,
  52.  
  53. /* 20 */                                         sizeof(LineObj),
  54.  
  55.  
  56. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:File.c"; Line 207; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:File.c"; Line 216:217)
  57. /* 65 */                                         sizeof(GroupObj)};
  58.  
  59. /* 65 */                                         sizeof(GroupObj),
  60. /* 66 */                                         sizeof(ExtSelectObj)};
  61.  
  62.  
  63. Extra lines in 2nd before 242 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:File.c"; Line Δ242; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:File.c"; Line 252:255)
  64.         case 'PENS':
  65.             (*frHndl)->fileState.initContentProc = PENSInitContent;
  66.             (*frHndl)->fileState.freeWindowProc  = PENSFreeWindow;
  67.             break;
  68.  
  69.  
  70. *** EOF on both files at the same time ***
  71.